Infinity API Readme v1.0.1
18/03/2007

Where to start
----------------------------------
First port of call should be the documentation -> /ExponentAPI/Documentation/InfinityAPI.htm
(Please exuse the naming of the inner folder, this is for historical reasons).
Next port of call should be the example projects -> /Projects (each project has sub folder inside here)

Third party support
----------------------------------
If you want to use the included library project for VST development, you must place the source code supplied by Steinberg in to the 
Source folder inside /Third Party/Vst_24. (To use only VST2.3 support you need to place the files in the Vst folder and then change the include path and the lib includes within the projects.
Then simply build the projects and the libs will be placed in the libs folder. 
Alternatively you can manually link against the vst source in any normal way way. 
Please note that you will also have to change the header search path for the EVST project, if you dont use the supplied default template project.